Skip to content

Fix GITHUB_OUTPUT failure from multiline jq dispatch payload - #1137

Merged
mborodii-prog merged 1 commit into
mainfrom
prod-deploy
Aug 20, 2026
Merged

Fix GITHUB_OUTPUT failure from multiline jq dispatch payload#1137
mborodii-prog merged 1 commit into
mainfrom
prod-deploy

Conversation

@lmolotii

Copy link
Copy Markdown
Contributor

Summary

  • Dev and prod deploy workflows built a client_payload with jq -n, which pretty-prints JSON across multiple lines.
  • Writing that value as payload=... to $GITHUB_OUTPUT is invalid: GitHub Actions only accepts a single name=value line (or a heredoc).
  • That caused the “Build Lambda-Recipes dispatch payload” step to fail with Invalid format ' "wrangles_version": ...'.

Fix

  • Use jq -nc in .github/workflows/deploy-dev.yml and .github/workflows/publish-tagged.yml so the payload is a single compact JSON line.
  • No change to payload fields, attribution, or Lambda-Recipes dispatch behavior.

@mborodii-prog
mborodii-prog merged commit da490af into main Aug 20, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants